home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / MacHaskell 2.2 / com / clisp / README < prev    next >
Encoding:
Text File  |  1994-09-27  |  1.4 KB  |  36 lines  |  [TEXT/ttxt]

  1. This directory contains command scripts used for building Yale Haskell
  2. from the source distribution under CLISP.  Please note that we do not
  3. officially support Yale Haskell under CLISP and that none of this has
  4. been tested by us.
  5.  
  6. Developers need to source hsk-development instead of hsk-setup before using
  7. the Yale Haskell system.
  8.  
  9. To rebuild the system:
  10.  
  11. * You should have at least 8 MB RAM.
  12.  
  13. * You need to define environment variables Y2 and CLISP to point to the
  14.   appropriate pathnames.  Execute the hsk-begin script from the top level
  15.   directory.
  16.  
  17. * Make sure that the environment variable PRELUDEBIN (in the 
  18.   hsk-setup script) points to $PRELUDE/clisp.
  19.  
  20. * Execute the "compile" script.  This will recompile all of the Lisp 
  21.   source files that make up the Yale Haskell system.  Compiled files are
  22.   put in the "clisp" subdirectory of each source directory.
  23.  
  24. * Execute the "build-prelude" script to compile the standard prelude.
  25.   Note that this step will use no less than 25 MB memory (RAM + swap space).
  26.   If you haven't that much, skip this step.
  27.  
  28. * Execute the "savesys" script to build a new executable.
  29.   This step uses about 10 MB memory. 8 MB RAM and some swap space should
  30.   suffice.
  31.  
  32. * The new executable is initially called "bin/new-clisp-haskell".  Try
  33.   it out.  If it works, you should rename it to "bin/clisp-haskell".
  34.   Make sure that HASKELLPROG (in the hsk-setup script) is correct.
  35.  
  36.